home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung CD 2 (Tewi)(1994).iso / tools / dosnt1 / helpfile < prev    next >
Text File  |  1993-09-16  |  9KB  |  286 lines

  1. RELEASE===
  2. $Header:   D:/src/dos.nt/command/helpfile.__v   1.1   12 Aug 1993 15:35:26   patv  $
  3.  
  4. $Log:   D:/src/dos.nt/command/helpfile.__v  $
  5.    
  6.       Rev 1.1   12 Aug 1993 15:35:26   patv
  7.    Minor changes to list for version 1.0
  8.    
  9.       Rev 1.0   09 Aug 1993 16:22:28   patv
  10.    Initial revision.
  11.  
  12.    Version 1.0
  13. .
  14. BREAK===
  15. Sets or clears extended CTRL+C checking.
  16.  
  17. BREAK [ON | OFF]
  18.  
  19. Type BREAK without a parameter to display the current BREAK setting.
  20. .
  21. CD===
  22. Displays the name of or changes the current directory.
  23.  
  24. CHDIR [drive:][path]
  25. CHDIR[..]
  26. CD [drive:][path]
  27. CD[..]
  28.  
  29.   ..   Specifies that you want to change to the parent directory.
  30.  
  31. Type CD drive: to display the current directory in the specified drive.
  32. Type CD without parameters to display the current drive and directory.
  33. .
  34. CHDIR===
  35. Displays the name of or changes the current directory.
  36.  
  37. CHDIR [drive:][path]
  38. CHDIR[..]
  39. CD [drive:][path]
  40. CD[..]
  41.  
  42.   ..   Specifies that you want to change to the parent directory.
  43.  
  44. Type CD drive: to display the current directory in the specified drive.
  45. Type CD without parameters to display the current drive and directory.
  46. .
  47. COPY===
  48. Copies one or more files to another location.
  49.  
  50. COPY source destination
  51.  
  52.   source       Specifies the file or files to be copied.
  53.   destination  Specifies the directory and/or filename for the new file(s).
  54.  
  55. To append files, specify a single file for destination, but multiple files
  56. for source (using wildcards).
  57. .
  58. DATE===
  59. Displays or sets the date.
  60.  
  61. DATE [date]
  62.  
  63. Type DATE without parameters to display the current date setting and
  64. a prompt for a new one.  Press ENTER to keep the same date.
  65. .
  66. DEL===
  67. Deletes one or more files.
  68.  
  69. DEL [drive:][path]filename [/P]
  70. ERASE [drive:][path]filename [/P]
  71.  
  72.   [drive:][path]filename  Specifies the file(s) to delete.  Specify multiple
  73.               files by using wildcards.
  74.   /P                      Prompts for confirmation before deleting each file.
  75. .
  76. ERASE===
  77. Deletes one or more files.
  78.  
  79. DEL [drive:][path]filename [/P]
  80. ERASE [drive:][path]filename [/P]
  81.  
  82.   [drive:][path]filename  Specifies the file(s) to delete.  Specify multiple
  83.               files by using wildcards.
  84.   /P                      Prompts for confirmation before deleting each file.
  85. .
  86. DIR===
  87. Displays a list of files and subdirectories in a directory.
  88.  
  89. DIR [drive:][path][filename] [/P] [/W] [/A[[:]attributes]] [/S] [/B] [/L]
  90.  
  91.   [drive:][path][filename]
  92.           Specifies drive, directory, and/or files to list.
  93.   /P          Pauses after each screenful of information.
  94.   /W          Uses wide list format.
  95.   /A          Displays files with specified attributes.
  96.   attributes   D  Directories                R  Read-only files
  97.            H  Hidden files               A  Files ready for archiving
  98.            S  System files               -  Prefix meaning "not"
  99.   /S          Displays files in specified directory and all subdirectories.
  100.   /B          Uses bare format (no heading information or summary).
  101.   /L          Uses lowercase.
  102.  
  103. Switches may be preset in the DIRCMD environment variable.  Override
  104. preset switches by prefixing any switch with - (hyphen)--for example, /-W.
  105. .
  106. EXIT===
  107. Quits the COMMAND.COM program (command interpreter).
  108.  
  109. EXIT
  110. .
  111. HELP===
  112. Provides help information for DOS/NT commands.
  113.  
  114. HELP [command]
  115.  
  116.   command - displays help information on that command.
  117. .
  118. MKDIR===
  119. Creates a directory.
  120.  
  121. MKDIR [drive:]path
  122. MD [drive:]path
  123. .
  124. MD===
  125. Creates a directory.
  126.  
  127. MKDIR [drive:]path
  128. MD [drive:]path
  129. .
  130. PATH===
  131. Displays or sets a search path for executable files.
  132.  
  133. PATH [[drive:]path[;...]]
  134. PATH ;
  135.  
  136. Type PATH ; to clear all search-path settings and direct DOS/NT to search
  137. only in the current directory.
  138. Type PATH without parameters to display the current path.
  139. Changes the DOS/NT command prompt.
  140. .
  141. PROMPT===
  142.  
  143. PROMPT [text]
  144.  
  145.   text    Specifies a new command prompt.
  146.  
  147. Prompt can be made up of normal characters and the following special codes:
  148.  
  149.   $Q   = (equal sign)
  150.   $$   $ (dollar sign)
  151.   $T   Current time
  152.   $D   Current date
  153.   $P   Current drive and path
  154.   $V   DOS/NT version number
  155.   $N   Current drive
  156.   $G   > (greater-than sign)
  157.   $L   < (less-than sign)
  158.   $B   | (pipe)
  159.   $H   Backspace (erases previous character)
  160.   $E   Escape code (ASCII code 27)
  161.   $_   Carriage return and linefeed
  162.  
  163. Type PROMPT without parameters to reset the prompt to the default setting.
  164. .
  165. RD===
  166. Removes (deletes) a directory.
  167.  
  168. RMDIR [drive:]path
  169. RD [drive:]path
  170. .
  171. RMDIR===
  172. Removes (deletes) a directory.
  173.  
  174. RMDIR [drive:]path
  175. RD [drive:]path
  176. .
  177. REN===
  178. Renames a file or files.
  179.  
  180. RENAME [drive:][path]filename1 filename2
  181. REN [drive:][path]filename1 filename2
  182.  
  183. Note that you cannot specify a new drive or path for your destination file.
  184. .
  185. RENAME===
  186. Renames a file or files.
  187.  
  188. RENAME [drive:][path]filename1 filename2
  189. REN [drive:][path]filename1 filename2
  190.  
  191. Note that you cannot specify a new drive or path for your destination file.
  192. .
  193. SET===
  194. Displays, sets, or removes DOS/NT environment variables.
  195.  
  196. SET [variable=[string]]
  197.  
  198.   variable  Specifies the environment-variable name.
  199.   string    Specifies a series of characters to assign to the variable.
  200.  
  201. Type SET without parameters to display the current environment variables.
  202. .
  203. TIME===
  204. Displays or sets the system time.
  205.  
  206. TIME [time]
  207.  
  208. Type TIME with no parameters to display the current time setting and a prompt
  209. for a new one.  Press ENTER to keep the same time.
  210. .
  211. VER===
  212. Displays the DOS/NT version.
  213.  
  214. VER
  215. .
  216. VERIFY===
  217. Tells DOS/NT whether to verify that your files are written correctly to a
  218. disk.
  219.  
  220. VERIFY [ON | OFF]
  221.  
  222. Type VERIFY without a parameter to display the current VERIFY setting.
  223. .
  224. TYPE===
  225. Displays the contents of a text file.
  226.  
  227. TYPE [drive:][path]filename
  228. .
  229. MORE===
  230. MORE < file
  231. cmd | MORE
  232. pg, more -- interactively view files on a screen
  233. Usage:  pg [-n] [-p prompt] [-acefnst] [+n] [+/pattern/] [file ...]
  234.     more [-n] [-p prompt] [-acefnst] [+n] [+/pattern/] [file ...]
  235. -n      Set display window size to `n' lines (default: screen size - 1)
  236. -p      set command prompt to `prompt' (default: pg=':', more='--More--')
  237. -a      force ANSI mode
  238. -c      clear screen before each screenful printed
  239. -e      no interaction at end of file
  240. -f      no folding of lines to screen width
  241. -n      no new-line required to terminate interactive commands (default in more)
  242. -s      interactive prompts and messages in standout mode (default in more)
  243. -t      do not buffer streams into temporary files--no backward reading
  244. +n      start at line numbered `n'
  245. +/pattern/      start at line containing regular expression 'pattern'
  246.  
  247. Type `h' to interactive prompt (between pages) for summary of commands.
  248. .
  249.  
  250. BREAK    Sets or clears extended CTRL+C checking.
  251. CALL     Calls one batch program from another.
  252. CD       Displays the name of or changes the current directory.
  253. CHCP     Displays or sets the active code page number.
  254. CHDIR    Displays the name of or changes the current directory.
  255. COMMAND  Starts a new instance of the DOS/NT command interpreter.
  256. COPY     Copies one or more files to another location.
  257. DATE     Displays or sets the date.
  258. DEL      Deletes one or more files.
  259. DIR      Displays a list of files and subdirectories in a directory.
  260. ECHO     Displays messages, or turns command echoing on or off.
  261. ERASE    Deletes one or more files.
  262. EXIT     Quits the COMMAND.COM program (command interpreter).
  263. FOR      Runs a specified command for each file in a set of files.
  264. GOTO     Directs DOS/NT to a labelled line in a batch program.
  265. HELP     Provides Help information for DOS/NT commands.
  266. IF       Performs conditional processing in batch programs.
  267. LABEL    Creates, changes, or deletes the volume label of a disk.
  268. MD       Creates a directory.
  269. MKDIR    Creates a directory.
  270. MORE     Displays output one screen at a time.
  271. PATH     Displays or sets a search path for executable files.
  272. PAUSE    Suspends processing of a batch file and displays a message.
  273. PROMPT   Changes the DOS/NT command prompt.
  274. RD       Removes a directory.
  275. REM      Records comments (remarks) in batch files or CONFIG.SYS.
  276. REN      Renames a file or files.
  277. RENAME   Renames a file or files.
  278. RMDIR    Removes a directory.
  279. SET      Displays, sets, or removes DOS/NT environment variables.
  280. SHIFT    Shifts the position of replaceable parameters in batch files.
  281. TIME     Displays or sets the system time.
  282. TYPE     Displays the contents of a text file.
  283. VER      Displays the DOS/NT version.
  284. VERIFY   Tells DOS/NT whether to verify that your files are written correctly 
  285.      to a disk.
  286.